gnomeos-contents: Fix dependencies
authorColin Walters <walters@verbum.org>
Wed, 25 Jan 2012 23:14:58 +0000 (18:14 -0500)
committerColin Walters <walters@verbum.org>
Wed, 25 Jan 2012 23:14:58 +0000 (18:14 -0500)
We need to list some things in both RDEPENDS and
RECIPE_PACKAGES, since the name differs for packages, but
they still need to be bitbake dependencies.

gnomeos/yocto/classes/gnomeos-contents.bbclass

index 6959e753dc7fd673869d02d09524e6347d2d9804..b1e07beca03430b5a0ba7c9c2a00726a13cde40a 100644 (file)
@@ -17,19 +17,20 @@ IMAGE_INSTALL = "libuuid1 \
                 libtiff3 \
                 libjpeg8 \
                 libltdl7 \
-                libsndfile1 \
-                libogg0 \
-                speex \
-                libvorbis \
                  libstdc++6 \
                  libgnutls26 \
-                icu \
-                tzdata \
-                 curl \
+                 libogg0 \
                 eglibc-gconvs \
                 eglibc-binaries \
                 "
 
+RDEPENDS += "tiff \
+            libogg \
+            libvorbis \
+            speex \
+            libatomics-ops \
+            "
+
 RECIPE_PACKAGES = "task-core-boot \
                   coreutils \
                   ostree \
@@ -40,9 +41,15 @@ RECIPE_PACKAGES = "task-core-boot \
                   gawk \
                   gzip \
                   less \
+                  curl \
+                  tzdata \
+                  libsndfile1 \
+                  icu \
                   procps \
                   libpam \
                   ncurses \
+                  libvorbis \
+                  speex \
                   python-modules \
                   python-misc \
                   "